runtime.m.isExtraInC (field)
7 uses
runtime (current package)
cgocall.go#L240: gp.m.isExtraInC = false
cgocall.go#L253: gp.m.isExtraInC = true
proc.go#L2068: mp.isExtraInC = false
proc.go#L2131: mp.isExtraInC = true
runtime2.go#L564: isExtraInC bool // m is an extra m that is not executing Go code
signal_unix.go#L438: if gp == nil || (gp.m != nil && gp.m.isExtraInC) {
signal_unix.go#L1142: if gp != nil && gp.m != nil && gp.m.curg != nil && !gp.m.isExtraInC && !gp.m.incgo {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |